home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d27 / rpgf_s36.arc / README < prev    next >
Text File  |  1991-12-04  |  3KB  |  81 lines

  1. README   -- Installation instructions for RPG/free (tm) and RPG/pretty (tm)
  2.  
  3. Version S/36.1.0 May 1990
  4. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  5.  
  6. by Julian Monypenny
  7.  
  8.  
  9. You may either install RPG/free from diskette, or copy it from NEWSLINK or
  10. another bulletin board.
  11.  
  12.  
  13. 1.0 INSTALLING RPG/free FROM DISKETTE
  14.  
  15. NOTE: To install RPG/free, you must be signed on as a security officer if
  16. password security is active.
  17.  
  18. To install RPG/free, place the software diskette in slot S1 of your diskette
  19. drive and key the command:
  20.  
  21.         JOBSTR FREELOAD,FREELOAD
  22.  
  23. If you have password security active, whenever you receive the message:
  24.  
  25.         SYS-2594   Options (0123 )
  26.         xxxxxxxx --Trying to copy privileged module...
  27.  
  28. You must take option "0" to continue.
  29.  
  30. The software will be copied into a library called RPGFREE, and the following
  31. run-time procedures will be copied into #LIBRARY:
  32.  
  33.         FREEDROP        FREEINFO        FREEP           FREESAVE
  34.         RPGFREE         RPGPRTY
  35.  
  36. If you use POP, the following procedures will be copied into #POPLIB:
  37.  
  38.         LIBRC           LIBRT
  39.  
  40. NOTE: your current version of LIBRC and LIBRT (if existent) will be saved as
  41. LIBRCBK and LIBRTBK in #POPLIB.
  42.  
  43. A library called RPGFTST will also be created.  The library contains programs
  44. which you can use to test the installation of both RPG/free and RPG/pretty.
  45.  
  46. When the installation is complete, the RPG/free Programming Procedures menu
  47. FREEP will be displayed.  Take option "3" to "Read RPG/free online
  48. information".  When the Online Information display appears, type "P" in the
  49. "Command" field to print the Online Information.  The display will lock while
  50. the command is processed.  When the display unlocks, press Command 7 to end
  51. the job.
  52.  
  53.  
  54. 2.0 COPYING RPG/free FROM A BULLETIN BOARD
  55.  
  56. To copy RPG/free from a bulletin board, please follow these steps:
  57.  
  58. - Build a work library on the S/36 by keying the command:
  59.  
  60.         BLDLIBR RPGFCOPY,140,18
  61.  
  62. - Copy all files from the bulletin board to the work library, RPGFCOPY.
  63.  
  64. - Build the RPG/free libraries by keying the commands:
  65.  
  66.         BLDLIBR RPGFREE,100,10
  67.         BLDLIBR RPGFTST,40,8
  68.  
  69. - Print the source member CONTENTS that has been copied to RPGFCOPY.
  70.   CONTENTS lists the members that the libraries RPGFREE and RPGFTST should
  71.   contain.  Use the printout to copy the relevant members to each library,
  72.   and then delete the work library RPGFCOPY.
  73.  
  74. - Apply RPG/free run-time support to your system, by keying the command:
  75.  
  76.         FREEAPLY,RPGFREE
  77.  
  78. You should now have a full working copy of RPG/free loaded on your system.
  79. If you want to print the RPG/free Online Information, key "FREEP" and follow
  80. the instructions at the end of the previous section.
  81.